ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache<TKey,TValue,TCacheNodeFactory> Class / Touch Method
Identifier of item to touch.

In This Topic
    Touch Method (GenericCache<TKey,TValue,TCacheNodeFactory>)
    In This Topic
    Touch or refresh a specified item. This allows the specified item to be moved to the end of the dispose queue. E.g. when it is known that this item would benefit from not being purged.
    Syntax
    'Declaration
     
    Public Sub Touch( _
       ByVal k As TKey _
    ) 
    public void Touch( 
       TKey k
    )

    Parameters

    k
    Identifier of item to touch.
    See Also